-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 Celery tasks list doesn't include submitted, active and scheduled ones
#7366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Celery tasks list doesn't include submitted, active and scheduled ones
#7366
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7366 +/- ##
===========================================
- Coverage 87.23% 68.67% -18.56%
===========================================
Files 1705 716 -989
Lines 66246 34024 -32222
Branches 1124 168 -956
===========================================
- Hits 57788 23366 -34422
- Misses 8138 10600 +2462
+ Partials 320 58 -262
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
GitHK
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it would be great if we could have a test for this
bisgaard-itis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, thanks a lot. Can't wait for the lake 🌞 ⛵
sanderegg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
but I agree with @GitHK there need to be some tests
|
submitted, active and scheduled ones
5e11322
into
ITISFoundation:master



What do these changes do?
Celery
task_uuids were not properly returned, when getting them.Related issue/s
How to test
Dev-ops checklist